home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / demos / misc / gettintired.dms / in.adf / Source / includes.prl < prev    next >
Encoding:
Text File  |  1994-12-31  |  661 b   |  26 lines

  1. #include <exec/types.h>
  2. #include <exec/execbase.h>
  3. #include <exec/memory.h>
  4. #include <dos/dosextens.h>
  5. #include <graphics/gfxbase.h>
  6. #include <intuition/intuitionbase.h>
  7. #include <hardware/custom.h>
  8. #include <hardware/cia.h>
  9.  
  10. #include <clib/exec_protos.h>
  11. #include <clib/dos_protos.h>
  12. #include <clib/graphics_protos.h>
  13. #include <clib/intuition_protos.h>
  14. #include <clib/diskfont_protos.h>
  15. #include <clib/alib_protos.h>
  16.  
  17. #include <pragmas/exec_pragmas.h>
  18. #include <pragmas/dos_pragmas.h>
  19. #include <pragmas/graphics_pragmas.h>
  20. #include <pragmas/intuition_pragmas.h>
  21. #include <pragmas/diskfont_pragmas.h>
  22.  
  23. #include <stdio.h>
  24. #include <stdlib.h>
  25. #include <string.h>
  26.